﻿@charset "utf-8";
:root {
--mainwidth: 73vw;
font-size: 16px;
font-family: "微软雅黑";
}
*{
	margin:0px; 
	padding:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	outline: 0; 
	-webkit-text-size-adjust: none; 
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


@font-face{ font-family:din; src:url('../fonts/DINPRO-MEDIUM.OTF');}

html{
	height:100%;
}
body{ background:#fff;
}
a {text-decoration:none;} 
a:focus,span:focus{outline:none;}
/*定义新型浏览器特性*/
::-webkit-scrollbar{width:5px;height:0px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#fff}
::-webkit-scrollbar-thumb:vertical{background-color:#00a6e8;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#00a6e8}
::-webkit-scrollbar-corner:vertical{background-color:#00a6e8}
::-webkit-scrollbar-resizer:vertical{background-color:#00a6e8;}

/*分页样式*/
.page{
	width: 100%;
	height:auto;
	padding-top: 3.375rem;
	margin: auto;
	text-align: center;
}
.page_list{ display:inline-block;text-align:center; margin:auto; } 
.page_list a{display:block; float:left; width: 2.625rem; text-align: center;height:2.625rem;line-height:2.625rem; font-size:15px; margin:0px 3px; color:#000; font-family:Arial; -webkit-transition: all 0.4s ease-in-out; background: #f2f2f2;}
.page_list a.page_list_a{ font-family: '宋体';}
.page_list a:hover{ background: #00a6e8; color:#fff;}
.page_list a.on{ background: #00a6e8; color:#fff;}


.clear{
	height: 0px;
	width: 0px;
	font-size: 0px;
	clear: both;
}

.beian{
	background: url(../images/beian.png) no-repeat left;
	padding-left: 25px;
	margin-left:10px;
}

@media screen and (max-width:1800px)and (min-width:1440px){
:root {
  --mainwidth: 78vw;
font-size: 12px;
font-family: "微软雅黑";
}
}

@media screen and (max-width:1439px)and (min-width:1280px){
:root {
  --mainwidth: 80vw;
font-size: 12px;
font-family: "微软雅黑";
}
}
@media screen and (max-width:1279px)and (min-width:1024px){
:root {
  --mainwidth: 86vw;
font-size: 12px;
font-family: "微软雅黑";
}
}

@media screen and (max-width:1023px)and (min-width:300px){
:root {
font-size: 12px;
font-family: "微软雅黑";
}
}
